All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.StatusInfo
java.lang.Object
|
+----quicktime.std.movies.StatusInfo
- public final class StatusInfo
- extends Object
The StatusInfo class represents the results returned from querying the status of a movie.
-
getErr()
- This method returns the error.
-
getProblemTrack()
- This method returns the found problem track.
getProblemTrack
public Track getProblemTrack()
- This method returns the found problem track.
- Returns:
- the found problem track.
getErr
public int getErr()
- This method returns the error.
- Returns:
- the error.
All Packages Class Hierarchy This Package Previous Next Index